From af04bbe193a4b4251908f830d927ebdc8f4459e7 Mon Sep 17 00:00:00 2001 From: Iceyer Date: Fri, 24 Nov 2017 19:17:05 +0800 Subject: [PATCH] fix: make macosx build success Change-Id: Ib7ade26e3ce873111f654b8480a864df4a013459 --- tests/tests.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tests.pro b/tests/tests.pro index 7855883..9f3008d 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,8 +1,8 @@ -TEMPLATE = app QT += testlib QT -= gui -CONFIG += testcase c++11 link_pkgconfig -TARGET = tests + +TEMPLATE = app +CONFIG += c++11 SOURCES += \ main.cpp \ -- 2.30.2